Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.rendition.download.contrib--renditionDefinitions

This contribution is part of XML component org.nuxeo.ecm.platform.rendition.download.contrib inside nuxeo-platform-rendition-core-9.10.jar /OSGI-INF/rendition-download-contrib.xml

Extension Point

Extension point renditionDefinitions of component RenditionService.

Contributed Items

  • <renditionDefinition name="mainBlob" visible="false">
          <operationChain>mainBlob</operationChain>
          <allowEmptyBlob>true</allowEmptyBlob>
          <contentType/>
        </renditionDefinition>
  • <renditionDefinition name="containerDefaultRendition" visible="false">
          <contentType>application/zip</contentType>
          <operationChain>containerContentBlob</operationChain>
          <allowEmptyBlob>true</allowEmptyBlob>
          <filters>
            <filter-id>container</filter-id>
          </filters>
        </renditionDefinition>

XML Source

<extension point="renditionDefinitions" target="org.nuxeo.ecm.platform.rendition.service.RenditionService">

    <renditionDefinition name="mainBlob" visible="false">
      <operationChain>mainBlob</operationChain>
      <allowEmptyBlob>true</allowEmptyBlob>
      <contentType/>
    </renditionDefinition>

    <renditionDefinition name="containerDefaultRendition" visible="false">
      <contentType>application/zip</contentType>
      <operationChain>containerContentBlob</operationChain>
      <allowEmptyBlob>true</allowEmptyBlob>
      <filters>
        <filter-id>container</filter-id>
      </filters>
    </renditionDefinition>

  </extension>